.main{ padding: 3% 0; line-height: 30px}
.content{ line-height: 30px; padding: 2% 0 0;}

.img{ text-align: center; padding: 0 0 20px;}
.img img{ max-width: 100%;}


/*首页轮播图*/
.banner{margin-top:-81px;}
.c-container {position:relative;width:100%;padding:0 2.8rem;}
.c-banner1 {background:#fff;margin-top: 80px;height: 810px;overflow: hidden;}
.c-banner1 .swiper-slide {position:relative;overflow:hidden;}
.c-banner1 .swiper-slide img {width:100%;height:100%;object-fit:cover;-webkit-transition:all 7s;transition:all 7s;}
.c-banner1 .swiper-slide .c-bg2 {display:none;}
.c-banner1 .swiper-slide-active img {transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);}
.c-banner1 .swiper-slide .c-wrap {position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;color:#fff;}
.c-banner1 .swiper-slide .c-wrap .c-title {font-size:80px;line-height:100px;text-shadow:0 2px 10px rgba(0,0,0,.3);}
.c-banner1 .swiper-slide .c-wrap .c-text {padding:30px 0 75px;font-size:40px;line-height:56px;text-shadow:0 2px 10px rgba(0,0,0,.3);}
.c-banner1 .swiper-pagination-bullet {opacity:1;background:none;}
.c-banner1 .c-dot {position:absolute;bottom:80px;left:0;width:100%;}
.c-banner1 .swiper-pagination {position:relative;text-align:left;}
.loading {margin:0 5px;width:38px;height:38px;position:relative;border:4px solid transparent;background:transparent;}
.loading.swiper-pagination-bullet-active {border-color:rgba(255,255,255,.2);}
.loading .c-progress {position:absolute;width:8px;height:8px;background-color:#fff;border-radius:50%;left:11px;top:11px;line-height:120px;text-align:center;}
.loading.swiper-pagination-bullet-active .c-progress {background-color:#176caf;}
.loading .left,.loading .right {opacity:0;width:19px;height:38px;overflow:hidden;position:absolute;left:-4px;top:-4px;overflow:hidden;}
.loading.swiper-pagination-bullet-active .left,.loading.swiper-pagination-bullet-active .right {opacity:1;}
.loading .right {left:auto;right:-24px;top:-4.5px;}
.loading .left:after,.loading .right:after {content:"";position:absolute;display:block;top:0;left:0;width:19px;height:38px;border:4px solid #fff;border-radius:19px 0 0 19px;border-right:0;box-sizing: border-box;}
.loading .right:after {content:"";position:absolute;display:block;border-radius:0 19px 19px 0;border:4px solid #fff;border-left:0;}
.loading.swiper-pagination-bullet-active .left:after {transform-origin:right center;/* animation-iteration-count:infinite;*/  animation-fill-mode:forwards;animation-duration:3.9s;animation-timing-function:linear;animation-name:spin-left;}
.loading.swiper-pagination-bullet-active .right:after {transform-origin:left center;animation-duration:3.9s; animation-timing-function:linear;animation-name:spin-right;}
@keyframes spin-right {0% {transform:rotate(180deg);}
50% {transform:rotate(360deg);}
100% {transform:rotate(360deg);}
}
@keyframes spin-left {0% {transform:rotate(180deg);}
50% {transform:rotate(180deg);}
100% {transform:rotate(360deg);}
}
@-webkit-keyframes c-zoom {0% {transform:scale(1,1);-webkit-transform:scale(1,1);}
100% {transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);}
}
@keyframes c-zoom {0% {transform:scale(1,1);-webkit-transform:scale(1,1);}
100% {transform:scale(1.2,1.2);-webkit-transform:scale(1.2,1.2);}
}
.c-zoom {-webkit-animation-name:c-zoom;animation-name:c-zoom;}


/*首页*/
/* 公司特点 */
.top_ys{ padding: 2% 0; border-bottom: 1px solid #f5f5f5;background-color: #176caf;}
.top_ys ul{display: flex;justify-content: space-evenly;align-items: center;}
.top_ys li{ position: relative; cursor: pointer;display: flex;align-items: center;width: 15%;}
.top_ys li .pic{ text-align: right; padding: 10px;width: 60px;height:60px;background-color: #fff; border-radius: 10px;margin-right: 10px;}
.top_ys li .pic img{ max-width: 100%;}
.top_ys li .font{ line-height: 25px; padding: 0;}
.top_ys li .font p{ color: #fff; font-size: 20px; transition: 0.3s;}
.top_ys li .font span{ color: #eee; font-size: 16px; transition: 0.3s;}
.top_ys li:hover .font p,.top_ys li:hover .font span{ margin-top: -10px;}
.top_ys li:hover .pic img{animation: swing 1s;}
@-webkit-keyframes swing{
    20%{-webkit-transform:rotate(15deg);}
    40%{-webkit-transform:rotate(-10deg);}
    60%{-webkit-transform:rotate(5deg);}
    80%{-webkit-transform:rotate(-5deg);}
    100%{-webkit-transform:rotate(0);}
}
@-moz-keyframes swing{
    20%{-moz-transform:rotate(15deg);}
    40%{-moz-transform:rotate(-10deg);}
    60%{-moz-transform:rotate(5deg);}
    80%{-moz-transform:rotate(-5deg);}
    100%{-moz-transform:rotate(0);}
}
@-ms-keyframes swing{
    20%{-ms-transform:rotate(15deg);}
    40%{-ms-transform:rotate(-10deg);}
    60%{-ms-transform:rotate(5deg);}
    80%{-ms-transform:rotate(-5deg);}
    100%{-ms-transform:rotate(0);}
}
@keyframes swing{
    20%{transform:rotate(15deg);}
    40%{transform:rotate(-10deg);}
    60%{transform:rotate(5deg);}
    80%{transform:rotate(-5deg);}
    100%{transform:rotate(0);}
}


/* 技术实力 */
.ind_strength {padding:65px 0px 120px;position:relative;}
.ind_strength .str-more {width:180px;height:58px;background-color:#176caf;text-align:center;padding-top:25px;position:absolute;right:0px;bottom:0px;}
.ind_strength .str-more img {display:inline-block;}
.ind_strength .strength-boxs .str-text-box {width:60%;background: rgb(0 0 0 / 45%);text-align:center;}
.ind_strength .strength-boxs .str-text-box .text {text-align:left;width:90%;text-align: justify; margin:8% 5%;}
.ind_strength .strength-boxs .str-text-box .text h3 {font-size:34px;font-weight:bold;margin-bottom:30px;}
.ind_strength .strength-boxs .str-text-box .text p {font-size:16px;line-height:2em;color:#575050;}
.ind_strength .strength-boxs .str-text-box .text .more-btn {margin: 30px 0 0;}
.ind_strength .strength-boxs .str-boxs {width:48%;}
.ind_strength .strength-boxs .str-boxs img {width:98%;height:auto; margin:5% 0 -5% -3%;}
.ind_strength .strength-boxs .str-boxs .column {padding:5px;width: 33.33%;float: left;}
.ind_strength .strength-boxs .str-boxs .str-box {position:relative;}
.ind_strength .strength-boxs .str-boxs .str-box .str-tu {position:relative;overflow:hidden;height:405px;}
.ind_strength .strength-boxs .str-boxs .str-box .str-tu img {width:100%;height:100%;object-fit:cover;transition:0.7s ease;-webkit-transition:0.7s ease;-moz-transition:0.7s ease;-ms-transition:0.7s ease;-o-transition:0.7s ease;max-width:initial;}
.ind_strength .strength-boxs .str-boxs .str-box .str-tu .hover-back {position:absolute;bottom:0px;width:100%;height:100%;transition:0.3s ease;-webkit-transition:0.3s ease;-moz-transition:0.3s ease;-ms-transition:0.3s ease;-o-transition:0.3s ease;background:rgba(23,108,175,0.7);opacity:0;filter:alpha(opacity=0);}
.ind_strength .strength-boxs .str-boxs .str-box .str-text {padding:20px;height:150px;position:absolute;bottom:-90px;width:100%;transition:0.3s ease;-webkit-transition:0.3s ease;-moz-transition:0.3s ease;-ms-transition:0.3s ease;-o-transition:0.3s ease;text-align:left;}
.ind_strength .strength-boxs .str-boxs .str-box .str-text h2 {color:#176caf;font-size:74px;line-height:1.1em;}
.ind_strength .strength-boxs .str-boxs .str-box .str-text p {font-size:18.2px;color:#858585;}
.ind_strength .strength-boxs .str-boxs .str-box:hover .str-tu img {transform:translate(0,0) rotate(0) scale(1.1,1.1) skew(0,0) rotateX(0) rotateY(0);-webkit-transform:translate(0,0) rotate(0) scale(1.1,1.1) skew(0,0) rotateX(0) rotateY(0);-moz-transform:translate(0,0) rotate(0) scale(1.1,1.1) skew(0,0) rotateX(0) rotateY(0);-ms-transform:translate(0,0) rotate(0) scale(1.1,1.1) skew(0,0) rotateX(0) rotateY(0);-o-transform:translate(0,0) rotate(0) scale(1.1,1.1) skew(0,0) rotateX(0) rotateY(0);}
.ind_strength .strength-boxs .str-boxs .str-box:hover .str-tu .hover-back {opacity:1;filter:alpha(opacity=100);}
.ind_strength .strength-boxs .str-boxs .str-box:hover .str-text {padding-top:50px;bottom:30%;}
.ind_strength .strength-boxs .str-boxs .str-box:hover .str-text h2 {color:#fff;}
.ind_strength .strength-boxs .str-boxs .str-box:hover .str-text p {color:#fff;}

/* 公共标题 */
.tit_in{ position: relative; text-align: center; line-height: 40px;margin-bottom: 4%;}
.tit_in p{ display: inline-block; color: #333333; font-size: 36px;}
.tit_in span{ display: block; color: #666666; font-size: 18px;text-transform: uppercase;}

.tit_in:after{ position: absolute; content: ''; left:0;right: 0; bottom: -10px; background: #176caf; width: 30px; height: 3px;margin: auto;}
.tit_in.white p,.tit_in.white span{color: #fff;}

/* 产品中心 */
.cpbj .main{ position: relative; z-index: 1;}
.cpbj {width:100%;background-color:#f7f7f7;user-select:none;background-image:url(../image/pro_bg.png);background-size:cover;background-position:center center;position:relative;overflow:hidden;}
.cpbj .prod-swiper {width:100%;overflow:hidden;}
.cpbj .prod-swiper .swiper-main.active {display:block;}
.cpbj .prod-swiper .swiper-main {width:1440px;margin:0 auto;user-select:none;overflow:hidden;display:none;}
.cpbj .prod-swiper .swiper-main .prod-thumbs {width:100%;overflow:visible;}
.cpbj .prod-swiper .swiper-main .prod-thumbs .swiper-slide {width:19.5%;}
.cpbj .prod-swiper .swiper-main .prod-thumbs .swiper-slide .img {width:100%;height:auto;overflow:hidden;background-color:#fff;display:block;padding:0;}
.cpbj .prod-swiper .swiper-main .prod-thumbs .swiper-slide p {display:block;width:100%;height:44px;line-height:44px;font-size:16px;line-height:44px;color:#fff;text-align:center;}
.cpbj .prod-swiper .swiper-main .prod-thumbs .swiper-slide .img img {width:100%;height:100%;object-fit:cover;transition:all 0.3s;}
.cpbj .prod-swiper .swiper-main .swiper-button-prev,.cpbj .prod-swiper .swiper-main .swiper-button-next {width:400px;height:400px;border-radius:50%;background-color:#444;position:absolute;top:21%;margin-top:0;outline:none;}
.cpbj .prod-swiper .swiper-main .swiper-button-next {right:0;margin-right:80px;transform:translateX(100%);background-position:10% center;background-image:url(../image/next.svg);}
.cpbj .prod-swiper .swiper-main .swiper-button-prev {left:0;margin-left:80px;transform:translateX(-100%);background-position:90% center;background-image:url(../image/prev.svg);}
.cpbj .prod-swiper .swiper-main .prod-thumbs .swiper-slide:hover .img img{transform: scale(1.1);-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);}

/* 生产线 */
.ind_line{ background-color:#EEF1F8;; padding-bottom:30px;}
.ind_line .proAdvant .list{width:100%;display: flex;align-items: center;justify-content: space-around;}
.ind_line .proAdvant .list li{width:20%;height:220px;float:left;margin-right:2%;text-align: center;transition:all .5s;background-color: rgb(52 142 237 / 29%);padding: 40px 20px 20px;}
.ind_line .proAdvant .list li:last-child{margin-right: 0;}
.ind_line .proAdvant .list li a{display:block;}
.ind_line .proAdvant .list li .img{width:100px;margin:0 auto;-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;}
.ind_line .proAdvant .list li .tit{font-size:16px;text-align:center;color:#333;}
.ind_line .proAdvant .list li .cont{margin-top:20px;font-size:14px;line-height:24px;text-align:center;color:#666;}
.ind_line .proAdvant .list li:hover{background-color: #176caf;}
.ind_line .proAdvant .list li:hover .img{transform:rotateY(360deg);-webkit-transform:rotateY(360deg);-moz-transform:rotateY(360deg);-o-transform:rotateY(360deg);}
.ind_line .proAdvant .list li:hover .tit{color:#fff}

/* 新闻 */
.ind_news {width:100%;background-color:#fff;position:relative;}
.ind_news .bg {width:100%;height:100%;position:absolute;top:0;left:0;z-index:1;background-image:url(../image/42.png);background-size: cover;background-position:center;background-repeat:no-repeat;}
.ind_news .mod-title {position:relative;z-index:2;}
.ind_news .block {width:100%;padding:30px;display:flex;justify-content:space-between;position:relative;z-index:3;}
.ind_news .block a.left {display:block;width:48.5%;}
.ind_news .block a.left .img {width:100%;height:470px;overflow:hidden;}
.ind_news .block a.left .img img {width:100%;height:100%;transition:all 0.3s;object-fit: contain;}
.ind_news .block a.left .line {display:block;width:100%;padding:30px 0;overflow:hidden;}
.ind_news .block a.left .line .date {width:75px;padding-right:12px;border-right:1px solid #e6e6e6;float:left;}
.ind_news .block a.left .line .date .day {font-size:50px;line-height:50px;}
.ind_news .block a.left .line .date .year {width:100%;color:#999;margin-top:10px;line-height:14px;}
.ind_news .block a.left .line .text {width:calc(100% - 75px);float:left;padding-left:16px;}
.ind_news .block a.left .line .text .title {font-size:24px;line-height:24px;}
.ind_news .block a.left .line .text .desc {line-height:26px;margin-top:8px;color:#999;}
.ind_news .block a.left:hover .img img {transform:scale(1.1);}
.ind_news .block .list {width:47%;}
.ind_news .block .list .line {display:block;width:100%;padding:30px 0;overflow:hidden;margin-top:11px;transition:all 0.3s;}
.ind_news .block .list .line:first-child {margin-top:0;}
.ind_news .block .list .line .date {width:75px;padding-right:12px;border-right:1px solid #e6e6e6;float:left;}
.ind_news .block .list .line .date .day {font-size:40px;line-height:50px;}
.ind_news .block .list .line .date .year {width:100%;color:#999;margin-top:10px;line-height:14px;transition:all 0.3s;}
.ind_news .block .list .line .text {width:calc(100% - 75px);float:left;padding-left:16px;}
.ind_news .block .list .line .text .title {font-size:24px;line-height:24px;}
.ind_news .block .list .line .text .desc {line-height:26px;margin-top:8px;color:#999;transition:all 0.3s;}
.ind_news .block .list .line:hover {background-color:#176caf;padding:30px 20px 30px 35px;color:#fff;}
.ind_news .block .list .line:hover .date .year {color:#fff;}
.ind_news .block .list .line:hover .text .desc {color:#fff;}


/*子页*/
/* 内页banner */
.ny_banner{ width: 100%; overflow: hidden; height: 360px; position: relative;margin-top: 80px;}
.ny_banner img{ width: 100%;height: 100%;display: block;object-fit: cover;}

.nyContainer{ padding: 50px 0;background-color: #f5f5f5;}
/* 产品中心 */
.cp_content li{ background: #fff; margin-top: 2%; transition: 0.3s;width: 25%;float: left; border-right: 1px solid #f4f4f4;}
.cp_content li .img{ padding:0 5%;height: 240px;overflow: hidden;}
.cp_content li .img img{ width: 100%; height: 100%; object-fit: cover; transition: 0.3s;}
.cp_content li .content{ padding: 0 5% 8%;}
.cp_content li .content h3{ color: #333333; font-size: 18px;font-weight: bold;margin-bottom: 15px;text-align: center;}
.cp_content li:hover{ box-shadow: 0 0 20px rgba(0,0,0,0.1); transform: translateY(-10px);}
.cp_content li:hover .content h3{ color: #176caf; font-weight: bold;}
.cp_content li:hover p{background-color: #176caf;border: none;}
.cp_content li:hover p span{color: #fff}

/* 产品详情 */
.product-Info {overflow:hidden;padding:50px 0;background-color: #f5f5f5;}
.product-Info .tops-box {display:flex;justify-content:space-between;padding:50px 40px;background-color:#fff;}
.product-Info .tops-box .pro-banner {width:40%;position:relative;flex-shrink:0;}
.product-Info .tops-box .pro-banner .swiper-pro {height:100%;}
.product-Info .tops-box .pro-banner .swiper-wrapper {height:100%;}
.product-Info .tops-box .pro-banner .swiper-slide {height:380px;background-repeat:no-repeat;background-position:center;background-size:cover;position:relative;}
.product-Info .tops-box .pro-banner .swiper-slide > img {width:100%;height:100%;display: block;object-fit: contain;}
.product-Info .tops-box .pro-banner .swiper-pagination-pro {width:100%;bottom:-30px;z-index:10;}
.product-Info .tops-box .pro-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {opacity:1;background-color:#176caf;transition:all .6s;}
.product-Info .tops-box .pro-banner .swiper-pagination-bullet {width:15px;height:3px;background-color:#ddd;opacity:1;outline:none;transition:all .6s;margin:0 10px;border-radius:0;}
.product-Info .tops-box .info-box {width: 58%;}
.product-Info .tops-box .info-box .title-box {padding-bottom:20px;border-bottom:1px solid #eee;}
.product-Info .tops-box .info-box .title-box .t1 {font-size:26px;line-height:30px;font-weight:bold;color:#333;}
.product-Info .tops-box .info-box .title-box .t2 {font-size:18px;line-height:18px;margin-top:20px;color:#333;}
.product-Info .tops-box .info-box .desc {color:#666;font-size:16px;line-height:26px;margin:20px 0 30px;height:auto!important;}
.product-Info .tops-box .info-box .bottoms .query {width:150px;height:50px;line-height:50px;text-align:center;font-size:16px;color:#fff;display:block;background-color:#176caf;}
.product-Info .tops-box .info-box .bottoms .txt {color:#bbb;font-size:12px;line-height:18px;margin-top:25px;}

.product-Info .info-center {overflow:hidden;margin-top: 30px;}
.product-Info .info-center .infoCenter-left {padding-right:0;}
.product-Info .info-center .infoCenter-left .pro-sider {float:none;}
.product-Info .info-center .infoCenter-right {background:#fff;padding:0 25px;height:auto;margin-bottom:3%;}
.product-Info .info-center .infoCenter-right .center-title {font-size:20px;color:#333333;line-height:60px;margin-bottom:20px;height:59px;border-bottom:1px solid #ededed;}
.product-Info .info-center .infoCenter-right .center-title span {text-transform:uppercase;color:rgba(51,51,51,0.5);font-size:16px;padding-left:10px;}
.product-Info .info-center .infoCenter-right .center-content {overflow:hidden;padding-bottom:30px;}
.product-Info .info-center .infoCenter-right .center-content img {max-width:100%;margin: auto;display: block;}
.product-Info .info-center .infoCenter-right .center-content p{font-size: 16px;line-height: 2;text-indent: 2em; line-height:60px;}


/* 关于我们 */
.honor_wap{display: none;}
/* 资质荣誉 */
.zzry .swiper-container {width: 100%;height: 100%;}
.zzry .swiper-slide {text-align: center;transition:0.3s;height: 400px; position: relative; overflow: hidden;
  /* Center slide text vertically */
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.zzry .swiper-slide a{ display: block;  width: 100%; height: 100%; position: relative; overflow: hidden;}
.zzry .swiper-slide a img{ width: 100%; height: 100%; object-fit: contain; text-align: center;}
.zzry .swiper-slide p{ width: 100%; height: 60px; line-height: 50px; background: #f5f5f5; transition:0.3s;text-indent: inherit !important;}
.zzry .swiper-slide:hover p{ background: #176caf; color: #fff;}

/* 公司信息 */
.gsjj_pic{ width: 50%; height: 530px;overflow:hidden; float: left;}
.gsjj_pic img{ width: 100%;height: 100%;display: block;object-fit: cover;}
.gsjj_con{ float: left; width: 36%; padding-left: 2%; line-height: 30px;text-align: justify;}
.gsjj_con .gsjj_bt{ font-size: 30px;font-weight: bold;margin: 50px 0 30px;color: #176caf;}
.gsjj_con p{font-size: 16px;text-indent: 2em;line-height: 40px;}
/* 企业文化 */
.qywh{display: flex;align-items: center;justify-content: space-between;}
.qywh li{ background: #f5f5f5; color: #333;  width: 23.5%; text-align: center; padding: 30px 0; transition:0.3s;}
.qywh li i{padding: 5% 0;}
.qywh li i img{transition:0.3s;}
.qywh li p{ font-size: 22px; padding: 3% 0 8%;}
.qywh li span{display: block; font-size: 16px;}
.qywh li:hover { background: #176caf; color: #fff;}
.qywh li:hover i img{-webkit-transform: rotateY(360deg);-o-transform: rotateY(360deg);-moz-transform: rotateY(360deg);transform: rotateY(360deg);}
/* 资质荣誉-手机端 */
.zzrybj{ background: url(../image/rybj.jpg) repeat-x center bottom #f5f5f5;padding: 50px  0; }
.zzrybj .content{  text-align: center;}
.zzrybj .content img{ max-width: 100%;}
.zzry li{ margin-bottom: 20px;}
.zzry li .pic{width: 100%; height: 0; padding-bottom: 70%; position: relative; overflow: hidden;}
.zzry li .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center;}

/* 资质荣誉pc端 */
.certify {position:relative;}
.certify .swiper-container {padding-bottom:80px;}
.certify  .swiper-slide {width:480px;height:420px;background:#fff;box-shadow:0 0 10px #f5f5f5;}
.certify  .swiper-slide img {display:block;width:100%;height: 100%;object-fit: contain;}
.certify  .swiper-slide p {line-height:55px;padding-top:0;text-align:center;color:#333;font-size:18px;margin:0;font-weight: bold;}
.certify .swiper-pagination {width:100%;bottom:20px;}
.certify .swiper-pagination-bullets .swiper-pagination-bullet {margin:0 5px;border:3px solid #fff;background-color:#d5d5d5;width:10px;height:10px;opacity:1;}
.certify .swiper-pagination-bullets .swiper-pagination-bullet-active {border:3px solid #05764b;background-color:#fff;}
.certify .swiper-button-prev {left:0;width:45px;height:45px;background:#fff;}
.certify .swiper-button-next {right:0;width:45px;height:45px;background:#fff;}
.certify .swiper-button-prev img,.certify .swiper-button-next img {width:45px;height:45px;transition:0.3s;}
.certify .swiper-button-prev img{transform: rotate(90deg);}
.certify .swiper-button-next img{transform: rotate(-90deg);}


/* 资质荣誉页面 */
.honorlist li{position: relative; height: auto;overflow: hidden;margin-bottom: 2%;width: 23.5%;float: left;margin-right: 2%; background: #fff; }
.honorlist li:nth-child(4n){margin-right: 0;}
.honorlist li .imga{ width: 100%; height:300px; position: relative; overflow: hidden;}
.honorlist li .imga p{ width: 100%; height: 100%; object-fit: cover; text-align: center;}
.honorlist li .imga img{ max-width: 100%; height: 100%; transition:0.3s;}
.honorlist li .honorfonta{ transition:0.3s; height: 50px; line-height: 50px; text-align: center; font-size: 16px;}
.honorlist li:hover img{ transform: scale(1.1);}
.honorlist li:hover .honorfonta{ olor: #176caf;}

/* 新闻列表 */
.newslist .item {padding:25px;box-sizing: border-box;background-color:#fff;width: 32%;margin-right: 2%;margin-bottom:2%;float: left;}
.newslist .item:nth-child(3n){margin-right: 0;}
.newslist .item .date {font-size: 0;}
.newslist .item a { display: block;}
.newslist .item .d, .news-list .item .ym {display: inline-block;*display: inline;zoom: 1;}
.newslist .item .d {font-size: 30px; line-height:40px; color: #999;  transition: all .2s;}
.newslist .item .ym {  font-size:16px;line-height: 30px;margin-left: 10px;color: #999;}
.newslist .item .imgbox {width:100%;height:240px;margin:20px 0;overflow: hidden;}
.newslist .item .imgbox img{width: 100%;height: 100%;display: block;object-fit: cover;transition: all .2s;}
.newslist .item .tit { font-size: 18px; line-height: 30px; color: #333; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: all .2s;}
.newslist .item .con { font-size: 14px; line-height: 25px; color: #999; margin-top: 10px; height: auto; overflow: hidden;}
.newslist .item .detail { width: 120px; height: 36px; font-size: 0; text-align: center; border: 1px solid #ccc; border-radius: 20px; margin-top:15px;transition: all .2s;}
.newslist .item .detail span { display: inline-block; *display: inline; zoom: 1; font-size: 14px; line-height: 36px; color: #666; padding-right: 25px; background-repeat: no-repeat; background-position: right center; background-image: url("../image/news-detail.png"); transition: all .2s;}
.newslist .item:hover .detail{ background: #176caf; color: #fff; border: 1px solid #176caf; width: 150px;}
.newslist .item:hover .detail span{ color: #fff; background-image: url("../image/news-detail2.png");}
.newslist .item:hover .d,.newslist .item:hover .ym{ color: #176caf;}
.newslist .item:hover .imgbox img{ transform: scale(1.1);}
/* 新闻详情 */
.cpinfobj{ background: #f5f5f5; width: 100%; height: auto;}
.cpinfobj .xwcon{ background: #fff; box-shadow: 0 0 20px rgba(0,0,0,0.1); padding: 40px;}
.cpinfobj .xwcon h2{ text-align: center; color: #333; border-bottom: 1px solid #eee; height: 80px; line-height: 80px; margin: 0;}
.cpinfobj .xwcon .new_fb{ line-height: 40px; color: #999;text-align: center;}
.cpinfobj .xwcon .content{ padding: 3% ;}
.cpinfobj .xwcon .content p{font-size: 16px;line-height: 40px;}
.cpinfobj .xwcon .content img{max-width: 100%;display: block;margin: 10px auto;}
/* 分页 */
.newsPage {padding:2% 3%;font-size:16px;border-top:1px solid #eee;color:#999;line-height:40px;}
.newsPage a {color:#999;}
.newsPage a:hover {color:#176caf;}


/* 联系我们 */
.contacts .contact-box {background-color:#fff;}
.contacts .contact-box .tops {padding:50px 30px;border-bottom:1px solid #f1f2f3;}
.contacts .contact-box .tops .tt {font-size:20px;color:#333;font-weight:bold;}
.contacts .contact-box .tops .desc {margin-top:20px;}
.contacts .contact-box .tops .desc p {color:#333;font-size:16px;line-height:28px;}
.contacts .contact-box .map-box {padding:40px;}
.contacts .contact-box .map-box #map {width:100%;height:480px;}
.contacts .contact-box .address-items {margin-top:20px;display:flex;padding-bottom: 30px;}
.contacts .contact-box .address-items .item {border-right:1px solid #f1f2f3;cursor:pointer;text-align:center;width:33.33%;padding:0 3%;}
.contacts .contact-box .address-items .item i{width: 40px;height: 40px;display: block;margin: auto;}
.contacts .contact-box .address-items .item i.icon-phone {background:url(../image/icon_phone.png) no-repeat center;background-size: cover;}
.contacts .contact-box .address-items .item i.icon-email {background:url(../image/icon_email.png) no-repeat center;background-size: cover;}
/* .contacts .contact-box .address-items .item i.icon-web {background:url(../image/icon_web.png) no-repeat center;background-size: cover;} */
.contacts .contact-box .address-items .item i.icon-pos {background:url(../image/icon_pos.png) no-repeat center;background-size: cover;}
.contacts .contact-box .address-items .item .t1 {font-size:16px;color:#999;margin:20px 0;}
.contacts .contact-box .address-items .item .desc {font-size:16px;color:#333;padding-bottom:1px;}
.contacts .message-box {padding:40px 40px 70px;background-color:#fff;margin-top:40px;}
.contacts .message-box .title {font-size:16px;color:#999;}
.contacts .message-box .title span {font-weight: bold;color: #333;font-size: 24px;line-height: 24px;margin-right: 15px;}
.contacts .message-box .form-box {display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:30px;}
.contacts .message-box .form-box .line {width:49%;margin-bottom:2%;height:50px;position:relative;}
.contacts .message-box .form-box .line input {width:100%;height:100%;border:1px solid #eee;transition:all 0.6s;padding-left:30px;}
.contacts .message-box .form-box .line.has-text {width:100%;height:160px;resize:none;}
.contacts .message-box .form-box .line.has-text textarea {width: 100%;height: 100%;border: 1px solid #eee;padding: 20px 30px;transition: all 0.6s;resize: none;}
.contacts .message-box .form-box .code-box {height:50px;display:flex;align-items:center;}
.contacts .message-box .form-box .code-box .img-box {overflow:hidden;width:120px;height:100%;line-height:50px;}
.contacts .message-box .form-box .code-box .line {width:190px;height:100%;margin-bottom:0;}
.contacts .message-box .form-box .msg-btn {width:190px;height:50px;line-height:50px;text-align:center;color:#fff;font-size:16px;border:0;background-color:#176caf;outline: none;}
/* 地图 */
.BMapLabel {border: 0 !important;}
.BMapLabel .map-info {height:90px;display:flex;align-items:center;}
.BMapLabel .map-info .info {width:460px;height:100%;padding:20px;background-color: #fff;}
.BMapLabel .map-info .info .t1 {font-size:14px;color:#666;}
.BMapLabel .map-info .info .t2 {font-size:18px;margin-top:10px;}
.BMapLabel .map-info .gps-box {display:flex;align-items:center;justify-content:center;flex-direction:column;background-color:#176caf;padding:0 20px;height:100%;}
.BMapLabel .map-info .gps-box i {width: 30px;height: 30px;display: block;margin: 0 auto;background:url(../image/icon_pos2.png) no-repeat center;background-size: cover;}
.BMapLabel .map-info .gps-box .tt {font-size:14px;color:#fff;margin-top:10px;}


@media screen and (max-width:1499px){
	.picList{width:100% !important;}
	.picList .li .left{width:100% !important;}
	.picList .li{width:25% !important;}
	 .picList .li .rit{display:none !important;}
	 .picList #las{left:75% !important;}
	 .picList #tw{left:50% !important;}
	 .picList #thr{left:25% !important;}
	 .picList .wenben{width:100%  !important; margin:275px 0 !important;}
	 
}

@media screen and (max-width:1440px){
	
	.top_ys li{width: 20%;}
	.cpbj .prod-swiper{width:90%;margin: auto;}
	.cpbj .prod-swiper .swiper-main{width: 100%;}
	.cpbj .prod-swiper .swiper-main .prod-thumbs .swiper-slide .img{height: 150px;}
	
	.c-banner1{height: 830px;}
	
	.gsjj_pic{height: 480px;}
	.gsjj_con{width: 48%;}
}

@media screen and (max-width:1366px){
	.top_ys li{width: 20%;}
	.cpbj .prod-swiper{width: 80%;margin: auto;}
	.cpbj .prod-swiper .swiper-main{width: 100%;}
	.cpbj .prod-swiper .swiper-main .prod-thumbs .swiper-slide .img{height: 120px;}
	
	.c-banner1{height: 830px;}
	
	.gsjj_pic{width: 40%;}
	.gsjj_con{width: 55%;}
}
@media screen and (max-width:1200px){
	.c-banner1{height: 700px;}
	.ind_strength{padding: 4% 0px 10%;}
	
	.gsjj_pic{height: 430px;}
	.gsjj_con{width: 52%;}
	.gsjj_con .gsjj_bt{margin: 30px 0 15px;font-size: 26px;}
	.gsjj_con p{line-height: 32px;}
}
@media screen and (max-width:1024px){
	.c-banner1{height: 560px;}
	.ind_strength{padding: 4% 0px 10%;}
	.c-container{padding:0 3%;}
	.c-banner1 .c-dot{bottom: 40px;}
	.top_ys li{width: 25%;}
	.top_ys li .font p{font-size: 18px;}
	.top_ys li .font span{font-size: 14px;}
	
	.ind_strength .strength-boxs .str-text-box{padding-top: 0;}
	.ind_strength .strength-boxs .str-boxs .str-box .str-tu{height: 300px;}
	
	.product-Info .tops-box .pro-banner .swiper-slide{height: 300px;}
	
	.cpinfobj .xwcon{padding: 20px;}
}
@media screen and (max-width:768px){
	.c-banner1{height: 500px;}
	.tit_in{margin-bottom: 8%;}
	.tit_in p{font-size: 28px;}
	.tit_in span{font-size: 16px;}
	.top_ys li{ width: 50%;}
	.top_ys li .font span{display: none;}
	
	.ind_strength .strength-boxs .str-text-box,.ind_strength .strength-boxs .str-boxs{width: 100%;}
	.ind_strength .strength-boxs .str-boxs{margin-top: 4%;}
	.cpbj .prod-swiper{width: 90%;}
	.ind_line .proAdvant .list{flex-direction: column;}
	.ind_line .proAdvant .list li{width: 100%;margin-bottom: 2%;height: auto;padding: 2%;}
	.ind_line .proAdvant .list li a{display: flex;align-items: center;}
	.ind_line .proAdvant .list li .img{margin: 0 4% 0 0;padding: 0;}
	.ind_line .proAdvant .list li .tit{font-size: 20px;}
	
	.ind_news .block{flex-direction: column;}
	.ind_news .block a.left{height: auto;}
	.ind_news .block a.left,.ind_news .block .list{width: 100%;float: none;}
	
	.ny_banner{margin-top: 60px;}
	.cp_content li{width: 50%;}
	
	.product-Info .tops-box{flex-direction: column;padding: 25px;}
	.product-Info .tops-box .pro-banner,.product-Info .tops-box .info-box{width: 100%;}
	.product-Info .tops-box .pro-banner .swiper-pagination-pro{bottom: 10px;}
	.product-Info .tops-box .info-box{margin-top: 20px;}
	
	.gsjj_pic,.gsjj_con{width: 100%;box-sizing: border-box;}
	.gsjj_con{padding: 0 3%;}
	
	.honorlist li,.newslist .item{width: 49%;}
	.newslist .item:nth-child(3n){margin-right: 2%;}
	.honorlist li:nth-child(2n),.newslist .item:nth-child(2n){margin-right: 0;}
	.ind_line .proAdvant .list li{margin-right:0;}
	.picList .wenben p{font-size:24px !important;}
	.picList .wenben{margin:175px 0 !important;}
	.picList .li{height:400px !important;}
	.picList{height:400px !important;}
	.ind_strength .strength-boxs .str-boxs .column{width:50% !important; margin-bottom:50px ;}
	.top_bj{background-color:rgb(186 181 181 / 55%) !important;}
}


@media screen and (max-width:540px){
	.tit_in p,.tit_in span{display: block;}
	.tit_in p{font-size: 24px;}
	.tit_in span{font-size: 14px;line-height: 30px;}
	.c-banner1{margin-top: 60px;height: 400px;}
	.top_ys{display: none;}
	.cpbj .prod-swiper .swiper-main .swiper-button-prev, .cpbj .prod-swiper .swiper-main .swiper-button-next{width: 200px;height: 200px;top: 38%;}
	.cpbj .prod-swiper .swiper-main .swiper-button-prev{margin-left: 55px;}
	.cpbj .prod-swiper .swiper-main .swiper-button-next{margin-right: 55px;}
	.ind_strength .strength-boxs .str-text-box .text h3{font-size: 28px;margin-bottom: 2%;}
	.ind_strength .strength-boxs .str-boxs .column{width: 100%;}
	.ind_strength .strength-boxs .str-boxs .str-box .str-text{position: inherit;bottom: 0;height: auto;}
	.ind_strength .strength-boxs .str-boxs .str-box .str-tu{height: 240px;}
	.ind_strength .strength-boxs .str-boxs .str-box .str-tu img{height: auto;width: 100%;object-fit: cover;}
	.ind_strength .strength-boxs .str-boxs .str-box .str-text h2{display: none;}
	.ind_strength .strength-boxs .str-boxs .str-box:hover .str-text {padding-top: 20px;}
	.ind_strength .strength-boxs .str-boxs .str-box:hover .str-text p{color:#176caf ;}
	.ind_news .block a.left .img{height: 260px;}
	.ind_news .block,.ind_news .block .list .line:hover{padding: 2%;}
	.ind_news .block a.left .line,.ind_news .block .list .line{padding: 2% 0;}
	.ind_news .block a.left .line .text .title,.ind_news .block .list .line .text .title{font-size: 20px;}
	
	.ny_banner{height: 220px;}
	.nyContainer,.product-Info{padding: 30px 0;}
	
	.qywh{display: inherit;overflow: hidden;}
	.qywh li{width: 49%;margin-right:2% ;float: left;margin-bottom: 2%;}
	.qywh li:nth-child(2n){margin-right: 0;}
	.qywh li i img{width: 80px;}
	
	.honorlist li{width: 100%;}
	
	.newslist .item{width: 100%;padding: 20px;}
	.cpinfobj .xwcon{padding: 5px;}
	
	/* .contacts .contact-box .tops,.contacts .message-box{padding: 30px 20px;}
	.contacts .contact-box .map-box{padding: 20px;}
	.contacts .contact-box .address-items{display: none;} */
	/* 联系我们 */
	.contacts .contact-box{margin-bottom: 20px;padding-bottom: 20px;}
	.contacts .contact-box .tops,.contacts .contact-box .map-box,.contacts .message-box{padding:20px;}
	.contacts .contact-box .tops .desc,.contacts .contact-box .tops .desc p{font-size: 14px;}
	
	.contacts .contact-box .map-box #map{height: 260px;}
	.contacts .contact-box .address-items{display: none;}
	.contacts .message-box .form-box .line{width: 100%;height: 40px;}
	.contacts .message-box .form-box .line.has-text{height: 120px}
	.contacts .message-box .form-box .line.has-text textarea{;padding: 10px;}
	.contacts .message-box .form-box .code-box{height: 40px;}
	.contacts .message-box .form-box .code-box .img-box{line-height: 40px;}
	.contacts .message-box .form-box .msg-btn{margin-top: 20px;width: 100%;}
	.contacts .message-box .form-box .line input{padding-left: 10px;}
	.picList .wenben p{font-size:36px !important;}
	.picList .wenben{margin:75px 0 !important;}
	.picList .li{height:200px !important;}
	.picList{height:800px !important;}
	.picList .li{width:100% !important;}
	
	 .picList #las{left:0% !important;}
	 .picList #tw{left:0% !important; top:200px;}
	 .picList #thr{left:0% !important; top:400px;}
	 .picList #fou{top:600px;}
	 .ind_strength .strength-boxs .str-boxs .column{margin-bottom:0;}
}

@media screen and (max-width:490px){
	
	.ind_strength .strength-boxs .str-boxs .column{width:100% !important; margin-bottom:0px ; }
	.ind_strength .strength-boxs .str-boxs .str-box .str-tu{height:400px;}
}

@media screen and (max-width:414px){
	
	.c-banner1{height: 300px;}
	.c-banner1 .c-dot{bottom: 20px;}
	.ind_line .proAdvant .list li .img{width: 60px;}
	.ind_line .proAdvant .list li .tit{font-size: 16px;}
	.ind_news .block a.left .line .text .title, .ind_news .block .list .line .text .title{font-size: 18px;}
	.ind_news .block a.left .line .date,.ind_news .block .list .line .date{text-align: center;}
	.ind_news .block a.left .line .date .day{font-size: 40px;line-height: 40px;}
	
	.cp_content li{width: 100%}
	
	
}

@media screen and (max-width:1900px){
	
	.gsjj_con{width:45%;}
}
@media screen and (max-width:1500px){
	
	.gsjj_con{width:48%;}
}
@media screen and (max-width:1120px){
	
	.gsjj_pic, .gsjj_con{width:100%;}
	.gsjj_con{padding:0 3%;}
}